COMPBASE=CNT, CMOA=PULSE, MODE=OFF, ICEDGE=RISING
No Description
MODE | CC Channel Mode 0 (OFF): Compare/Capture channel turned off 1 (INPUTCAPTURE): Input capture 2 (OUTPUTCOMPARE): Output compare |
CMOA | Compare Match Output Action 0 (PULSE): A single clock cycle pulse is generated on output 1 (TOGGLE): Toggle output on compare match 2 (CLEAR): Clear output on compare match 3 (SET): Set output on compare match |
COMPBASE | Capture compare channel comparison base. 0 (CNT): RTCC_CCx_ICVALUE/OCVALUE is compared with CNT register. 1 (PRECNT): Least significant bits of RTCC_CCx_ICVALUE/OCVALUE are compared with COMBCNT. |
ICEDGE | Input Capture Edge Select 0 (RISING): Rising edges detected 1 (FALLING): Falling edges detected 2 (BOTH): Both edges detected 3 (NONE): No edge detection, signal is left as it is |